auto merge of #325 : dotdash/cargo/git_no_template, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 5 Aug 2014 14:44:33 +0000 (14:44 +0000)
committerbors <bors@rust-lang.org>
Tue, 5 Aug 2014 14:44:33 +0000 (14:44 +0000)
commit23bb49c80702af53a6e76f11c8749f82fe9681a3
tree9772aaa7c637a919553ab8d179db703b4d5ab11f
parentf23dc502fe52893e7ec90632670297c91aac5161
parentdd0df64031ca0f42334d51cadb4b1444e5e1a28a
auto merge of #325 : dotdash/cargo/git_no_template, r=alexcrichton

I customized my git repo template to default to the standard pre-commit
hook that checks for e.g. trailing whitespace and refuses to commit if
any trailing whitespace was found. This causes some of cargo's tests to
fail.

To be independent of the user's git template, create the repo for the
test without using any, by specifying an empty template.